myers_diff

Undocumented in source.

Members

Functions

lineDiff
auto lineDiff(string a, string b)
Undocumented in source. Be warned that the author may not have intended to support it.
lineDiffFormat
auto lineDiffFormat(MyersDiff!(string).DiffResult[] result, string format, string strAdd, string strDelet, size_t max_line)
Undocumented in source. Be warned that the author may not have intended to support it.
strDiff
auto strDiff(string a, string b)
Undocumented in source. Be warned that the author may not have intended to support it.
strDiffFormat
auto strDiffFormat(MyersDiff!(char).DiffResult[] result, string format, string strAdd, string strDelet, size_t max_line)
Undocumented in source. Be warned that the author may not have intended to support it.

Templates

MyersDiff
template MyersDiff(T)
Undocumented in source.

Meta